home *** CD-ROM | disk | FTP | other *** search
/ In-To-The-Net / In-to-the-net (1996)(Weird Science)(Disc 1 of 2)[Amiga-PC].iso / resource / vrml / translat / readme.dxf < prev    next >
Text File  |  1996-07-30  |  2KB  |  50 lines

  1. README - DxfToIv - Final - 7/26/95
  2. ____________________________________________________________________________
  3. DxfToIv   version 1.0      7/26/95    Copyright (c) 1995 Abaco Systems, Inc.
  4.  
  5. Call with questions    Tel: (510) 494-0690  
  6. Fremont, CA, USA       Fax: (510) 494-0893   or  email: 3dsoftware@abaco.com
  7. ____________________________________________________________________________
  8.  
  9. NAME
  10.      DxfToIv [ -b ] [ -h ] [ -v ] [- | <infile> [outfile] ]
  11.  
  12. Where                                                                        
  13.    <infile>  
  14.    AutoCAD Data eXchange File (.DXF) file to convert.
  15.    If <infile> is absent or '-' input is taken from stdin.                                                               
  16.                                                                              
  17.    <outfile>                                                               
  18.    Inventor file. 
  19.    Output goes to stdout. 
  20.              
  21.    -b
  22.    Output the Inventor file in binary format.
  23.    
  24.    -h                                                                        
  25.    Display the usage guide.      
  26.  
  27.    -v
  28.    Verbose setting; trace the operation of the converter.
  29.  
  30.  
  31. This translator converts AutoCAD DXF files into Inventor 2.0 files.
  32.  
  33. The translator will be bundled with SGI computers and available to SGI
  34. customers. It is a license from Abaco to SGI for use by SGI customers.
  35.  
  36. The following is the ouput of DxfToIv -h
  37. usage: DxfToIv [options] file.dxf
  38.  
  39. DXF to Inventor converter.  Reads AutoCAD's 'DXF' format
  40. files and constructs an Inventor scene graph. The scene
  41. graph is written to stdout.
  42.  
  43. options:
  44.     -b           output graph in binary
  45.     -h           print this help message
  46.     -v           verbose; trace operation of the converter
  47.  
  48. ----
  49. Copyright Abaco Inc. 1995 - Written by Silicon Graphics Inc., updated by Abaco Systems Inc.
  50.